C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreVirtualDataCollection<T> Class / RefreshAsync Method
The cancellation token.

In This Topic
RefreshAsync Method (C1EntityFrameworkCoreVirtualDataCollection<T>)
In This Topic
Removes the cached data and loads the whole collection from scratch.
Syntax
'Declaration
 
Public Function RefreshAsync( _
   Optional ByVal cancellationToken As CancellationToken _
) As Task
 

Parameters

cancellationToken
The cancellation token.
See Also